Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/106 - Student Grade Calculator/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/106 - Student Grade Calculator/index.html
397 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

readme.md /cody/swapnilsparsh/30DaysOfJavaScript/106 - Student Grade Calculator/readme.md
248 Views
0 Comments
# Student Grade Calcuator :
---
```txt
It's a calculator which calculate total marks of 4 subjects , calculate their Percentage
script.js /cody/swapnilsparsh/30DaysOfJavaScript/106 - Student Grade Calculator/script.js
210 Views
0 Comments
function calculate(){
let p =document.getElementById('p').value;
let c =document.getElementById('c').value;
let d =docu
style.css /cody/swapnilsparsh/30DaysOfJavaScript/106 - Student Grade Calculator/style.css
158 Views
0 Comments
*{
margin: 0;
padding: 0;
}

.container{
background: linear-gradient(45deg, #d96d82 , #2b43ba);
width: 100%;